Notice Method Selectors
Themethod
parameter passed to theQAGetNoticeMethod
andQASetNoticeMethod
functions specifies a type of notice method. QuickDraw 3D RAVE defines these constants for method selectors.
typedef enum TQAMethodSelector { kQAMethod_RenderCompletion = 0, kQAMethod_DisplayModeChanged = 1 } TQAMethodSelector;Constant descriptions
kQAMethod_RenderCompletion
- The renderer has finished rendering an image.
kQAMethod_DisplayModeChanged
- The display mode has changed.